home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / Games.dir / 00070_Script_70 < prev    next >
Text File  |  1999-02-02  |  2KB  |  56 lines

  1. --on enterFrame
  2. --  
  3. --  global LINECLICK
  4. --  set the visible of  the stage to FALSE
  5. --  
  6. --  case LINECLICK of
  7. --    1:GLOW(34,TRUE)
  8. --      GLOW(35,FALSE)
  9. --      set the locH of sprite 34 to 451
  10. --      --      set the locH of sprite 52 to 450
  11. --      set HOTTEXT to "DX6CORE.EXE"
  12. --    2:GLOW(34,FALSE)
  13. --      GLOW(35,FALSE)
  14. --      set the locH of sprite 34 to 460
  15. --      --      set the locH of sprite 52 to 460
  16. --      set HOTTEXT to "WWW.SOMC.COM"
  17. --    3:GLOW(34,TRUE)
  18. --      GLOW(35,FALSE)
  19. --      set the locH of sprite 34 to 451
  20. --      --      set the locH of sprite 52 to 450
  21. --      set HOTTEXT to "DX6CORE.EXE"
  22. --    4:GLOW(34,FALSE)
  23. --      GLOW(35,FALSE)
  24. --      set the locH of sprite 34 to 460
  25. --      --      set the locH of sprite 52 to 460
  26. --      set HOTTEXT to "WWW.SOMC.COM"
  27. --    5:GLOW(34,FALSE)
  28. --      GLOW(35,FALSE)
  29. --      set the locH of sprite 34 to 460
  30. --      --      set the locH of sprite 52 to 460
  31. --      set HOTTEXT to "WWW.SOMC.COM"
  32. --    6:GLOW(34,TRUE)
  33. --      GLOW(35,FALSE)
  34. --      set the locH of sprite 34 to 434
  35. --      --      set the locH of sprite 52 to 435
  36. --      set HOTTEXT to "DX6CORE.EXE"
  37. --    7:GLOW(34,TRUE)
  38. --      GLOW(35,TRUE)
  39. --      set the locH of sprite 34 to 484
  40. --      --      set the locH of sprite 35 to 485
  41. --      set HOTTEXT to "DX6CORE.EXE"  
  42. --    8:GLOW(34,TRUE)
  43. --      GLOW(35,FALSE)
  44. --      set the locH of sprite 34 to 427
  45. --      --      set the locH of sprite 52 to 425
  46. --      set HOTTEXT to "DX6CORE.EXE"  
  47. --    9:GLOW(34,FALSE)
  48. --      GLOW(35,FALSE)
  49. --      set the locH of sprite 34 to 460
  50. --      --      set the locH of sprite 52 to 460
  51. --      set HOTTEXT to "WWW.SOMC.COM"      
  52. --  end case
  53. --  updatestage
  54. --  
  55. --  set the visible of the stage to true
  56. --end